home *** CD-ROM | disk | FTP | other *** search
/ Mega Guia 2004 June / Mega Guia: 2004-06.iso / _files / free / EasyThumbnails / EzThmb_Setup.exe / {app} / WhatsNew.txt < prev   
Text File  |  2004-04-22  |  9KB  |  245 lines

  1. What's New
  2. ==========
  3.  
  4. Version 2.8 (released: April 22, 2004)
  5. ------------
  6. * Added two new resampling filters under the Algorithm field: Bilinear and Bicubic. The Bilinear interpolation method produces relatively smooth edges with few jaggies. This algorithm is often recommended for shrinking images. Bicubic interpolation is more sophisticated than Bilinear. It produces very smooth edges with hardly any jaggies (even better than Bilinear). This algorithm is often used for enlarging images.
  7.  
  8. * On the Settings tab, added support for new rename tokens in the Prefix/suffix field. You can now use tokens to control the character case of image names. Example: supposing the processed file is called "sample04.jpg" and the rename field has the following criteria: "tn_{!FileName}"; the resulting file will be assigned the following name: "tn_SAMPLE04.JPG".
  9.  
  10. * Added support for the *.jps format, which is an extension used for stereoscopic 3D JPEG images. More information here:
  11. http://vrex.com/depthcharge/
  12.  
  13. * Added support for Wireless Bitmap images (*.wbmp).
  14.  
  15. * The news feature now does its polling in a separate program thread to improve program loading speed.
  16.  
  17. * Updated image processing code, which includes many improvements in file handling.
  18.  
  19. * Updated Help file.
  20.  
  21.  
  22. Version 2.6 (released: May 07, 2003)
  23. ------------
  24. * Added support for JPEG 2000 files (*.jpc;*.j2k;*.jp2).
  25.  
  26. * Added new setting to rename output pictures (see Help).
  27.  
  28. * Added optional News feature to inform you of Easy Thumbnail
  29. updates and other Fookes Software news.
  30.  
  31. * Updated image processing code.
  32.  
  33. * Updated Help file.
  34.  
  35.  
  36. Version 2.53 (released: October 24, 2002)
  37. ------------
  38. * Added the Lossless option to the Algorithm list. Use it to
  39. produce lossless JPEG rotations.
  40.  
  41. * The Lossless option can now be invoked through the following
  42. command-line switch: /F=Lossless
  43.  
  44. * When overwriting original files with images transformed by
  45. Easy Thumbnails, the modified picture is now updated in the image
  46. panels. Images selections are kept when the file list is updated.
  47.  
  48. * Fixed an error that occurred when saving a lossless JPEG image
  49. over its original file.
  50.  
  51.  
  52. Version 2.52 (released: October 15, 2002)
  53. ------------
  54. * Since version 2.5, EXIF data is copied to the new image file
  55. whenever the original JPEG image contains such data. Now, to
  56. reduce the file size of small thumbnails, the EXIF data is
  57. automatically removed if the image height or width does not
  58. exceed 300 pixels.
  59.  
  60. * The file size shown with Thumbnail Preview active was incorrect
  61. for images containing EXIF data. This is now fixed.
  62.  
  63.  
  64. Version 2.51 (released: October 08, 2002)
  65. ------------
  66. * Added two new command-line switches to set the resampling filter
  67. (/F) and resizing method (/Z). See Help for details.
  68.  
  69. * Fixed a glitch that caused the resize dimensions to be reset to
  70. 200 each time Easy Thumbnails was restarted.
  71.  
  72. * Fixed a glitch that caused resizing to fail under certain
  73. conditions.
  74.  
  75. * Sometimes files were not overwritten when they should have
  76. been.
  77.  
  78. * Several other minor improvements and issues fixed.
  79.  
  80.  
  81. Version 2.5 (released: September 26, 2002)
  82. -----------
  83. * New image processing engine; it is now significantly faster.
  84.  
  85. * Three additional resampling filters.
  86.  
  87. * If your original image is a JPEG file, you can produce a lossless
  88. (no degradation of image quality) ▒ 90/180 rotation by setting
  89. "JPeg quality" to 100, no resize, and all other settings to zero.
  90.  
  91. * Renamed some of the interface items for better clarity.
  92.  
  93. * Several minor issues fixed.
  94.  
  95.  
  96. Version 2.0 (released: September 04, 2002)
  97. -----------
  98. * Added Resize options: no resize, best fit (scale down/up), shrink
  99. to fit, enlarge to fit, stretch to fit (aspect ratio ignored).
  100.  
  101. * Added option [Smart] to automatically select the best resampling
  102. filter used for resizing pictures.
  103.  
  104. * Added a pull-down list to configure name of thumbnail file with
  105. a prefix or suffix.
  106.  
  107. * Added edit boxes next to slider controls as an alternative method
  108. to change the settings.
  109.  
  110. * Added support for processing file lists through the command-line.
  111.  
  112. * Command-line parameters can now either start with the "/" or "-"
  113. character.
  114.  
  115. * Updated the Help file, which includes a topic explaining the
  116. different resize algorithms.
  117.  
  118.  
  119. Version 1.8c (released: May 06, 2002)
  120. ------------
  121. * Improved the Browse Folder dialog box.
  122.  
  123. * Under Windows NT/2000/XP, the "Make Thumbnail" context-menu
  124. command failed to show up in Windows Explorer. This is now fixed.
  125.  
  126. * The /L command-line switch now also changes the case of
  127. thumbnail filenames made during the session.
  128.  
  129. * JPE files (Jpeg) are now correctly processed.
  130.  
  131.  
  132. Version 1.8b (released: April 18, 2002)
  133. ------------
  134. * The /M command-line switch was set under certain conditions,
  135. even though it was not specified. Fixed.
  136.  
  137.  
  138. Version 1.8 (released: April 03, 2002)
  139. -----------
  140. * Now uses a new HTML Help file.
  141.  
  142. * Selecting a range of images with the Shift key no longer causes
  143. an update of each selected image.
  144.  
  145. * Fixed a bug that caused a message box to pop up when creating
  146. thumbnails from the command-line (as if the /M switch was used).
  147.  
  148. * Fixed a minor rounding error when calculating the new size of
  149. thumbnails.
  150.  
  151. * Fixed "GetDIB failed" error messages sometimes popping up when
  152. processing large .bmp files.
  153.  
  154. * The "Make Thumbnail" shortcut for Windows Explorer is now an
  155. option that can be set through the Setup program.
  156.  
  157. * Several other minor issues fixed.
  158.  
  159.  
  160. Version 1.6b (released: January 29, 2002)
  161. ------------
  162. * Fixed a glitch that sometimes caused failure to create the
  163. "Make Thumbnail" context-menu command in Windows Explorer.
  164.  
  165. * The image preview now shows a popup hint with details on its
  166. dimensions and file size when you move the mouse cursor over it.
  167.  
  168. * A licensing arrangement is now required if you plan to run
  169. Easy Thumbnails on a server as a process for another application.
  170.  
  171. * Updated Help file.
  172.  
  173.  
  174. Version 1.6 (released: December 10, 2001)
  175. -----------
  176. * Supports Windows XP themes.
  177.  
  178. * To speed up image selection, you can hold down the Alt key to
  179. stop each image you select from being displayed in the Preview
  180. panel. This can be useful if you want to select several large
  181. images for processing.
  182.  
  183. * Message and error windows can now be completely suppressed
  184. when running Easy Thumbnails from the command line. Use the new
  185. /LOG switch to store status information in a log file. You can
  186. specify a filename for the log results by using an equal sign
  187. after /LOG followed by the filename. If you don't specify a log
  188. file, results will be stored in "EzThumbs.log" in the program's
  189. folder. Examples:
  190.   EzThumbs.exe "test\*.jpg" /Log
  191.   EzThumbs.exe "c:\temp\*.jpg" /Log=Output
  192.   EzThumbs.exe "*.jpg" /Log="c:\My Documents\Thumbnails.dat"
  193.  
  194. * Earlier versions were not able to open TIFF files unless they
  195. contained "preview information". This has been fixed.
  196.  
  197.  
  198. Version 1.5 (released: September 06, 2001)
  199. -----------
  200. * Easy Thumbnails can create Web pages with your choice of images.
  201. The layout can be defined through simple template files. See the
  202. "Make Web page" command described below.
  203.  
  204. * Added command-line switches. These let you create thumbnails
  205. and Web pages without using the program's interface. Thanks to
  206. this feature, you can generate thumbnails seamlessly from other
  207. programs. See the Help file for details.
  208.  
  209. * Added a "Make Thumbnail" command to the Windows Explorer File
  210. and shortcut menus. This command only appears for supported
  211. file types and is ideal for quickly converting one or two
  212. images. This feature is only suitable for handling small amounts
  213. of images at a time (five or less).
  214.  
  215. * New "Make Web page" command, which is available when you right-
  216. click with your mouse in the picture-files listing. Use this
  217. command to create a Web page based on your current selection of
  218. images. The layout is defined in the "Template.html" template
  219. file, which you can customize. By default, the Web-page file is
  220. saved as "pictures.html", and each new copy adds an index number
  221. after the name -- e.g., pictures(1).html, pictures(2).html, etc.
  222. You can set a different name through the program's command line.
  223.  
  224. * New "Show in browser" command, which is available when you
  225. right-click with your mouse in the picture-files listing. Use this
  226. command to display the current selection of images in your default
  227. browser. The layout is defined in the "Template.html" template
  228. file, which you can customize.
  229.  
  230. * Easy Thumbnails now correctly recognizes Jpeg files using the
  231. .jpe extension. These represent truncated .jpeg extensions.
  232.  
  233. * Fixed a glitch that caused a black pixel to appear at the top +
  234. bottom left side of images with a non-zero Sharpness setting.
  235.  
  236.  
  237. Version 1.0 (released: March 28, 2001)
  238. -----------
  239. This is the first release of Easy Thumbnails.
  240.  
  241. _________________________________________________________________
  242.  Easy ThumbnailsÖ is a trademark of Fookes Software, Switzerland
  243.        Copyright ⌐ 2001-2004, Fookes Software, Switzerland
  244.                      - All Rights Reserved -
  245.